Skip to content

chore(deps): bump leafo/gh-actions-luarocks from 4 to 5 #638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps leafo/gh-actions-luarocks from 4 to 5.

Release notes

Sourced from leafo/gh-actions-luarocks's releases.

v5

This change primarily modernizes the action to work on latest GitHub runners. The default version of LuaRocks has also been bumped to the latest, 3.11.1

What's Changed

New Contributors

Full Changelog: leafo/gh-actions-luarocks@v4...v5

v4.3.0

What's changed

  • Fix failure when installing LuaRocks 2.x (Note that LuaRocks 2.x is not compatible with Lua 5.4, if you wish to use older version of LuaRocks you will need to explicitly state the version of Lua you are installed when using leafo/gh-actions-lua
  • LuaRocks is now built in the RUNNER_TEMP directory instead of in the working directory (previously $(pwd)/.luarocks-install)
  • LuaRocks is now built using --with-lua instead of --with-lua-bin (should have no impact on end result)

Misc

  • Updated test suite for LuaRocks 2.4
  • Updated test suite for Lua 5.4

Full Changelog: leafo/gh-actions-luarocks@v4.2.0...v4.3.0

v4.2.0

What's Changed

  • add withLuaPath input to specify directory of existing Lua installation to use
  • feature: upgrade default luarocks to 3.8.0 which converts git:// to https:// by @​spacewander in leafo/gh-actions-luarocks#10
  • Fix link to Lua in readme by @​vadi2 in leafo/gh-actions-luarocks#7
  • update github actions vendored dependencies, run on node16
  • add test that uses openresty github action as lua installation

New Contributors

Full Changelog: leafo/gh-actions-luarocks@v4.1.0...v4.2.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 4 to 5.
- [Release notes](https://github.com/leafo/gh-actions-luarocks/releases)
- [Commits](leafo/gh-actions-luarocks@v4...v5)

---
updated-dependencies:
- dependency-name: leafo/gh-actions-luarocks
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2025 20:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

Next patch release will be 2.0.2, Show Release Notes

2.0.2 (2025-03-04)

Bug Fixes

  • deps: manage kotlin version to avoid excludes (7b2b368)
  • deps: manage slf4j version to avoid excludes (92128da)

dependabot bot and others added 4 commits March 4, 2025 09:11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v8...v9)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 10 to 11.
- [Release notes](https://github.com/leafo/gh-actions-lua/releases)
- [Commits](leafo/gh-actions-lua@v10...v11)

---
updated-dependencies:
- dependency-name: leafo/gh-actions-lua
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor

github-actions bot commented Mar 4, 2025

Test Results

   21 files  ±0     21 suites  ±0   16s ⏱️ ±0s
1 141 tests ±0  1 141 ✅ ±0  0 💤 ±0  0 ❌ ±0 
8 144 runs  ±0  8 144 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 3accfcf. ± Comparison against base commit fe2fd85.

Copy link

sonarqubecloud bot commented Mar 4, 2025

@JoergSiebahn JoergSiebahn enabled auto-merge (rebase) March 4, 2025 08:24
@JoergSiebahn JoergSiebahn merged commit f0d47e3 into master Mar 4, 2025
17 checks passed
@JoergSiebahn JoergSiebahn deleted the dependabot/github_actions/leafo/gh-actions-luarocks-5 branch March 4, 2025 08:24
@ghost
Copy link

ghost commented Mar 4, 2025

🎉 This PR is included in version 2.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ghost ghost added the released label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant